Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / IDataCollection<T> Interface
The type of the items in the collection.
Members

In This Topic
    IDataCollection<T> Interface
    In This Topic
    Abstracts the transformation of a data source into a collection.
    Syntax
    'Declaration
     
    
    Public Interface IDataCollection(Of T As Class) 
    public interface IDataCollection<T> 
    where T: class
    Type Parameters
    T
    The type of the items in the collection.
    See Also